golang.org/x/tools/internal/gcimporter.exporter.rawInt64 (method)

7 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L688: 	p.rawInt64(int64(index))
		bexport.go#L701: 	p.rawInt64(int64(tag))
		bexport.go#L715: 	p.rawInt64(x)
		bexport.go#L728: 		p.rawInt64(int64(i))
		bexport.go#L733: 	p.rawInt64(-int64(len(s)))
		bexport.go#L749: 	p.rawInt64(int64(p.written))
		bexport.go#L753: func (p *exporter) rawInt64(x int64) {